Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

Retrieve<T>(String) Method






Type of object to get from the container.
Name of the object to retrieve.
Resolve an instance of the requested type with the given name from the container.
Syntax
public static T Retrieve<T>( 
   string name
)
'Declaration
 
Public Overloads Shared Function Retrieve(Of T)( _
   ByVal name As String _
) As T
'Usage
 
Dim name As String
Dim value As T
 
value = ServiceLocator.Retrieve(Of T)(name)

            

            
public:
static T^ Retrievegeneric<typename T>
( 
   String^ name
) 

Parameters

name
Name of the object to retrieve.

Type Parameters

T
Type of object to get from the container.

Return Value

The retrieved object.
Requirements

Target Platforms

See Also

Reference

ServiceLocator Class
ServiceLocator Members
Overload List

Error processing SSI file
Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features